Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 14 - Shader Objects / Shader Objects Reference
Shader Objects Routines / Managing Pixmap Textures


Q3PixmapTexture_SetPixmap

You can use the Q3PixmapTexture_SetPixmap function to set the pixmap associated with a pixmap texture object.

TQ3Status Q3PixmapTexture_SetPixmap (
TQ3TextureObject texture, 
const TQ3StoragePixmap *pixmap);
texture
A pixmap texture object.
pixmap
The storage pixmap to be associated with the specified pixmap texture object.
DESCRIPTION
The Q3PixmapTexture_SetPixmap function sets the pixmap to be associated with the pixmap texture object specified by the texture parameter to the pixmap specified by the pixmap parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996